StartBaselineSecurityCheck
Description
call the StartBaselineSecurityCheck interface to perform cloud product configuration inspection tasks, supporting full inspection or checking or verifying individual inspection items.
Request Method
POST
Request Path
/apsara/route/Sas/StartBaselineSecurityCheck
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
ItemIds.N | BODY | repeatlist | No | 1 | check item ID. description to perform the cloud product configuration check task, you need to provide the ID of the check item, which can be obtained by the DescribeRiskItemType interface. |
Type | BODY | string | Yes | check | the task type checked. Valid values include: check: perform detection verify: perform verification |
SourceIp | BODY | string | No | 1.2.3.4 | access the IP address of the source. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Lang | BODY | string | No | zh | the language type of the request and receive message. Valid values include: zh: Chinese en: English |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | 48D2E9A9-A1B0-4295-B727-0995757C47E9 | request ID of the result. |
Example
Successful Response example
{
"RequestId":"48D2E9A9-A1B0-4295-B727-0995757C47E9"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}